Add /issues skill and outstanding-work memory ledger#1018
Conversation
Introduce a durable, cross-session tracker for outstanding tasks, recommendations, and issues: - docs/outstanding-issues.md: the persistent memory (single source of truth), seeded from existing repo debts with source pointers. - .claude/skills/issues/SKILL.md: the /issues skill that reads the ledger back grouped by priority (read-only by default) and supports add/done/update/capture mutations that commit only the ledger. - AGENTS.md: a pointer so future sessions/tools discover the memory. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018v3T5ahDyiT8nHqdjCdfB8
|
Warning Review limit reached
Next review available in: 27 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Summary
/issues.docs/outstanding-issues.md— the persistent memory (single source of truth). Chat context resets between sessions; this committed file does not. Seeded with 5 genuinely-open items imported from existing repo docs, each with a source pointer (process-hardening.mddebts + onerag-hybrid-findings-and-todo.mdrecommendation)..claude/skills/issues/SKILL.md— theissuesskill. A plain/issuesis read-only: it reads the ledger and states the open items back, grouped by priority with a count./issues add|done|update|capture …mutate the ledger and commit only that file (no push unless handing off).AGENTS.md— a short pointer so future sessions and other tools discover the memory and the read-only-by-default contract.Verification
npm run verify:pr-localVerification not run: docs/skill-only change — adds two Markdown files (docs/,.claude/skills/) and one AGENTS.md doc edit; no source, config, or test code is touched, so the code gates do not apply. Prettier formatting was applied to the new Markdown files and the pre-push format guard passed.npm run verify:uiwhen UI, routing, styling, browser behavior, reduced-motion, or forced-colors behavior changed — n/anpm run verify:releasebefore release or handoff confidence claims — n/aRisk and rollout
Clinical Governance Preflight
Not applicable — the change does not touch ingestion, answer generation, search/ranking, source rendering, document access, privacy, production env, or clinical output. It only records references to such work as tracked items; acting on any recorded item later still goes through the usual gates.
Notes
<!-- issues:next-id=NNN -->marker; resolved items are archived (not deleted) for an auditable history.🤖 Generated with Claude Code
https://claude.ai/code/session_018v3T5ahDyiT8nHqdjCdfB8
Generated by Claude Code